home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / admin / snmp-dev.000 / snmp-dev / etc / Makefile < prev    next >
Encoding:
Makefile  |  1995-07-09  |  430 b   |  21 lines

  1. # Generated automatically from Makefile.in by configure.
  2.  
  3. FILES = snmpd.conf acl.conf context.conf party.conf view.conf
  4.  
  5. all:
  6.     @/bin/true
  7.  
  8. install:
  9.     @for f in $(FILES) ; do \
  10.       if [ ! -f /etc/$$f ] ; then \
  11.         echo cp $$f /etc ; \
  12.         cp $$f /etc ; \
  13.       else \
  14.         echo /etc/$$f exists - not copied. ; \
  15.           fi ; \
  16.     done
  17.     @echo 'Please Note: You may wish to run etc/installconf to install a V2 useable set.'
  18.  
  19. clean:
  20.     @/bin/true
  21.